Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class RasterCollection(Of T) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class RasterCollection<T> |
Managed Extensions for C++ | |
---|---|
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public __gc class RasterCollection<T> |
C++/CLI | |
---|---|
[DefaultMemberAttribute("Item")] [SerializableAttribute()] generic<typename T> public ref class RasterCollection |
- T
- A generic Type parameter.
Sample to test the RasterCollection class.
The Generic RasterCollection class provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.
The class contains the ItemAdded and ItemRemoved events. These events will fire whenever objects are added or removed to/from the collection.
System.Object
Leadtools.RasterCollection
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family